/*******************  COMMAN CSS START **************/
html > body * {
	outline:none;
}
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background:#63380E url(../images/body-bg.jpg) repeat-x top left;
}

*, html, body {
	margin:0;
	padding:0;
	text-decoration:none;
	outline:none;
}
img {
	border: none;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.web-wrap {
	width:1000px;
	margin:0 auto;
}
a {
	color:#EB8C1C ; font-weight:bold;
}
a:hover {
	color:#000000;
}
p {
	color:#000000;
	text-align:justify;
	line-height:18px;
	padding-bottom:12px;
}
h2 {
	color:#EB8C1C ;
	font-size:22px;
	padding-bottom:8px;
	text-transform:capitalize;
	margin-bottom:12px;
	
	clear:both;
	padding:5px;
}


h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	padding:5px;
	margin-bottom:12px;
	}
h4 {
	color:#000000;
	font-size:18px;
	padding-bottom:10px;
	text-transform:uppercase;
}
h5 {
	color:#000000;
	font-size:16px;
	padding-bottom:10px;
	text-transform:uppercase;
}
h6 {
	color:#000000;
	font-size:14px;
	padding-top:10px;
	text-transform:capitalize;
}
/*******************  Content Wrapper **************/
.content-wrapper {
	width:1000px;
	float:left;
	padding-top:10px;
	background:#ffffff;
	margin-top:7px;
	border-radius:10px 10px 10px 10px;
	padding-bottom:20px;
	margin-top:65px;
}

/*******************  HEADER Start **************/
#header {
	width:1000px;
	float:left;
	margin-bottom:22px;
	padding:5px 0px 9px 0;
	background:#fff;
	border-radius:0px 0px 18px 18px; 
}
#header h1 {
	font-size:42px;
	text-transform:capitalize;
	color:#e5b300;
	font-weight:bold;
	padding:5px 0 7px 10px;
	float:left;
	
	}
/*******************  NAVIGATION **************/
#navigation {
	
	float:right;
	margin-top:26px;
	margin-bottom:5px;
	}
#navigation ul {
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#000;
	padding-left:0px;
	sfont-weight:normal;
		
}
#navigation ul li {
	float:left;
	position:relative;
	}
#navigation ul li a {
	float:left;
	color:#fff;
	padding:0 5px;
	text-transform:capitalize;
}
#navigation ul li a:hover, #navigation ul li a.active {
	color:#EB8C1C ;
	

}
#navigation ul li ul{ display:none; margin:0px; padding:0px;}
#navigation ul li:hover ul { position:absolute; display:block; top:18px; left:15px; right:0px; background:#664801;}
#navigation ul li:hover ul li{width:180px; text-align:left; padding-left:5px; background:#fefeef; border-bottom:1px dashed #ffffff; }
#navigation ul li:hover ul li a{  background:none !important;  margin:0px; color:#c26558; line-height:40px; padding:0 15px;}
#navigation ul li:hover ul li:hover{ background:#000000; color:#ffffff;}

#navigation ul li ul ul { display:none; margin:0px; padding:0px;}
#navigation ul li:hover ul ul { display:none; margin:0px; padding:0px; }
#navigation ul li ul li:hover ul{ position:absolute; top:0px; left:190px;display:block; margin:0px;}
#navigation ul li ul li:hover ul li{ border-bottom:1px dashed #fff; margin:0px; padding:0px; background:#c26558;}
#navigation ul li ul li:hover ul li a{  background:none !important; margin:0px; padding:0px 180px 0px 5px; color:#ffffff; line-height:40px;}
#navigation ul li ul li:hover ul a:hover{ background:#000000; color:#EB8C1C;}

/*******************  drop down **************/
#navigation ul li:hover ul ul ul { display:none; margin:0px; padding:0px; background:#000; }
#navigation ul li:hover ul ul ul { display:none; margin:0px; padding:0px; background:#000; }
#navigation ul li ul li ul li:hover ul{ position:absolute; top:0px; left:190px;display:block; margin:0px;}
#navigation ul li ul li ul li:hover ul li{ border-bottom:1px dashed #ffffff; margin:0px; padding:0px; background:#c26558;}
/*******************  Top Column **************/
.top-col {
	width:100%;
	float:left;
}
/*******************  Bottom Column **************/
.bottom-col {
	width:1000px;
	float:left;
}
/*******************  Banner **************/
#banner-container {
	width:1000px;
	float:left;
	margin:10px 0px 0px 0px;
}
#banner {
	border-radius:10px 10px 10px 10px;
	float:left;
}

#banner img{
	border-radius:10px 10px 10px 10px;
}

/*******************  Query Form **************/
.block_form {
	width:240px;
	float:right;
	background:#919187;
	border:2px solid #7a7a70;
	padding-bottom:5px;
	margin-right:3px;
	margin-bottom:10px;
	background:#f1eadc url(../images/query-bg.png) repeat-x top left;
}
.block_form h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#EB8C1C ;
	font-size:20px;
	padding-top:10px;
	text-transform:uppercase;
	padding-left:10px;
	border:0px;
	border-bottom:1px solid #666;
	

}
.block_form h2 span {
	color:#000;
}
form label {
	width:50px;
	float:left;
	color:#000000;
	font-size:13px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 0 5px;
}
form input[type='text'] {
	border:1px solid #bebebd;
	height:26px;
	margin-bottom:10px;
	float:left;
	color:#1a1a1a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px 3px;
	width:172px;
}
form textarea {
	border:1px solid #bebebd;
	height:60px;
	margin-bottom:10px;
	float:left;
	color:#1a1a1a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px 3px;
	width:172px;
}
form input[type='submit'] {margin-bottom:3px;
	background:#EB8C1C ;
	cursor:pointer;
	border:none;
	margin-left:56px;
	color:#fff;
	float:left;
	padding:8px 18px;
}
form input[type='submit']:hover{background:#92928c;}
.mandatory {
	color:#f00;
}
/*******************  Content Area **************/
.content-area {
	float:left;
	width:1000px;
	padding-top:10px;
	padding-bottom:15px;
	margin:20px 0;
	background:#FDFFC8;
	
}

.content-area p {
	color:#000000;
	text-align:justify;
	line-height:19px;
	padding:0 12px 12px 12px;
}

.content-area ul {  list-style:none; padding-left:20px; }
.content-area ul li {list-style:none; color:#000; }
.content-area ul li ul{ list-style:none;}
.content-area ul li ul li{ list-style:none; padding-left:18px;}
.content-area p a{ color:#000000;}
.content-area a.read-more{
	background:#fff0c9;
	height:35px; 
	width:89px; 
	color:#333; 
	font-size:13px;
	text-align:center;
	padding:10px 15px;
	border-radius:8px 8px 8px 8px;
	border:1px solid #83671c;
}
.content-area a.read-more:hover{ 
background:#919187;
	height:35px; 
	width:89px; 
	color:#000; 
	font-size:13px;
	text-align:center;
	padding:10px 15px;
	border-radius:8px 8px 8px 8px;

 }


/*******************  Left Column **************/
.left-col {
	padding:5px 10px;
	float:left;
}
.left-col ul {  list-style:none;}
.left-col ul li {list-style:none;}
.left-col ul li ul{ list-style:none;}
.left-col ul li ul li{ list-style:none; padding-left:10px;}
/*******************  Middle Column **************/
.middle-col { width:98%; color:#000000; padding:1%;
}
.middle-col ul {  list-style:none;}
.middle-col ul li {list-style:square;margin-left:15px;}
.middle-col ul li ul{ list-style:none;}
.middle-col ul li ul li{ list-style:none; padding-left:10px;}
.middle-col p a{ color:#000000;}
.middle-col a.read-more{
	background:#000000;
	height:35px; 
	width:89px; 
	color:#ffffff; 
	font-size:13px;
	text-align:center;
	padding:10px 15px;
}
.middle-col a:hover.read-more{
	background:#26ccfb;
	height:35px; 
	width:89px; 
	color:#000000; 
	font-size:13px;
	text-align:center;
	padding:10px 15px;
}
/*******************  Right Column **************/
.right-col {
	padding:5px 10px;
	float:right;
}
.right-col ul {  list-style:none;}
.right-col ul li {list-style:none;}
.right-col ul li ul{ list-style:none;}
.right-col ul li ul li{ list-style:none; padding-left:10px;}
/*******************  PRODUCT DETAILS **************/


/*******************  PRODUCT DETAILS IMAGE Float Left **************/

.product-column {
  
 border:1px solid #d2d2d2;
 background:#3F99FF;
 

}
  
.product-column img  , .product-thumb img , .send-enquiry img{
 border:2px solid #e6e7e7;
}
.button{ width:auto; margin:2px; float:left; text-decoration:none; color:#fff; background:#EB8C1C ; color:#fff; border-radius:6px;  padding:8px; text-align:center; font-size:14px; text-transform:capitalize;}
.button:hover{ text-decoration:none; background:#666; color:#fff;}
.block_floatingbar{ background:#fff; width:240px; border:1px solid #d4d4d4;}
.block_floatingbar h2{padding:10px 0 10px 5px ; background:#EB8C1C ; margin-bottom:8px; color:#fefeef;}
.block_floatingbar h22{padding:10px 0 10px 5px ; background:#ffffff ; margin-bottom:8px; color:#fefeef;}
.block_floatingbar ul{ list-style:none; margin:0px; padding:0px; }
.block_floatingbar ul li{ list-style:none; margin:0px 0 0 8px; padding:0 0 5px 8px; }
.block_floatingbar ul li a{border-bottom:1px solid #000; color:#EB8C1C ; font-weight:bold; }
.block_floatingbar ul li ul{ display:block;}
.block_floatingbar ul li ul li{ margin:5px 0 8px 8px; padding:0 0 0 10px; background:url(../images/arrow1.gif) center left no-repeat;  }
.block_floatingbar ul li ul li a{ border-bottom:1px dashed #fefeef; text-decoration:none; color:#000;}


/*******************  Footer **************/
#footer {
	width:1000px;
	float:left;color:#000;
	margin-top:22px;
	padding:20px 0px;
	background:#fff;
	border-radius:18px 18px 0px 0px;

}
#footer p {
	padding-bottom:0px;
	color:#000;
	padding:0 5px;
}
#footer a {
	color:#EB8C1C ;
}
#footer a:hover {
	color:#000;
}
#footer span {
	color:#000;
	font-weight:bold;
}
/**********************************Content Css**************************************/
.home-product-row{ float:left; width:100%; margin-top:15px;}
.home-product-row .block-01{ float:left; width:31%; margin-left:2%}
.home-product-row .block-01 h2{ text-transform:capitalize; color:#EB8C1C ; margin-bottom:8px; padding-bottom:2px;font-size: 19px;}
.home-product-row .block-01 h3{ border:0px; color:#59656A; font-size:16px; font-weight:normal;}
.home-product-row .block-01 img{}
.home-product-row .block-01 p{padding:10px 0;}

.right-pic{ float:right; margin-bottom:15px;}

.table-content{ border-collapse:collapse;color:#333}
.table-content tr:nth-child(even){background:#fff}
.table-content tr{background:#DFD4A3}
.table-content tr td{padding:3px;border:1px solid #fff;}
.table-content tr th{background:#666;font-weight:bold;padding:5px;color:#fff;border:1px solid #fff;text-align:center;}
.send-enquiry{margin-left: 565px;
    margin-top: -42px;
    position: absolute;}
#footer-copyright-box{width:990px;}
.pointer{height:131px !important;}
.pointer img{border:2px solid #000}
#element_66635 p{text-align:center; color:#101010; font-size:14px;}